3 hours ago
An MCP server that resolves under-specified, half-remembered queries for AI agents into verified answers — or an honest decline. Built on the principle that it never returns a confident-wrong: when it can't resolve with confidence, it shortlists honestly or declines rather than guessing. Free remote endpoint, streamable HTTP transport.
Server Config
{
"mcpServers": {
"search-fragments": {
"type": "remote",
"transport": "streamable-http",
"url": "https://searchfragments.com/api/mcp"
}
}
}